.partner-tab{
    background: #0065e7;
}
body {
    font-family: "Noto Sans Sc";
}

.main {
    width: 1155px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.partner-nav {
    width: 260px;
    background-color: #f3f7fb;
}


.partner-nav>h1 {
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e6f0;
    box-sizing: border-box;
}

.partner-nav>h1>p {
    margin-left: 20px;
}

.partner-nav>h1>p>span:nth-child(1) {
    font-size: 16px;
    letter-spacing: 2px;
}

.partner-nav>h1>p>span:nth-child(2) {
    font-size: 14px;
    color: #333333;
    line-height: 10px;
    vertical-align: bottom;
    margin-left: 20px;
}

.partner-nav>div {
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    height: 45px;
    display: flex;
    align-items: center;
}
.partner-nav>div:nth-of-type(1){
    color: #1482e0;
}
.partner-nav>div:not(:last-child){
    border-bottom: 1px solid #e1e6f0;
}

.partner-nav>div>i{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("../images/partner/coop_black.png") no-repeat;
}
.partner-nav>div:nth-of-type(1)>i{
    /*background: url("../images/partner/coop_blue.png") no-repeat;*/
    background: url("../images/partner/coop_black.png") no-repeat;
}
.partner-nav>div:hover{
    color: #1482e0;
}
.partner-nav>div:hover>i {
    background: url("../images/partner/coop_blue.png") no-repeat;
}
.partner-nav>div:nth-of-type(1)>i{
    background-position: 0px 2px;
}
.partner-nav>div:nth-of-type(2)>i{
    background-position: 0px -17px;
}
/* =========�劽唱��絎号����================ */
.partner-content {
    width: 880px;
    overflow: hidden;
}
.partner-us {
    width: 880px;
    height: 130px;
    background-image: url("../images/about/about-us-background.png");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-us>div>h1 {
    font-size: 28px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.partner-us>div>p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    width: 675px;
    margin: auto;
    text-align: center;
}
.partner-us-details-title {
    width: 880px;
    font-size: 18px;
    letter-spacing: 1px;
    height: 75px;
    color: #333333;
    border-bottom: 1px solid #ebeef5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-us-details-content-phone,
.partner-us-details-content-adr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}

.partner-us-details-content h4 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    width: 220px;
}

.partner-us-details-content h4::before {
    content: '';
    display: inline-block;
    border: 8px solid transparent;
    border-top-color: transparent;
    border-right-color: #1482e0;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(180deg);
    margin-right: 5px;
}
.partner-us-details-content {
    width: 880px;
    margin: 0 auto;
    overflow: hidden;
}
.partner-us-details-content-info{
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #ebeef5;
    padding: 25px 0px;
}
.partner-us-details-content:hover{
    background: #f3f7fb;
}
.partner-us-details-content-info>ul{
    float: left;
}
.partner-us-details-content-info>ul:nth-child(1){
    width: 22%;
}
.partner-us-details-content-info>ul:nth-child(1)>li{
    text-align: center
}
.partner-us-details-content-info>ul:nth-child(1)>li>img{
    height: 100px;
}
.partner-us-details-content-info>ul:nth-child(2){
    width: 78%;
}
.partner-us-details-content-info>ul:nth-child(2)>li:nth-child(1){
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-top: 10px;
}
.partner-us-details-content-info>ul:nth-child(2)>li:nth-child(2){
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    line-height: 130%;
}
.partner-us-details-content-info>ul:nth-child(2)>li:nth-child(3){
    margin-top: 10px;
}
.partner-us-details-content-info>ul:nth-child(2)>li:nth-child(3)>ul>li{
    float: left;
    margin-right: 20px;
    color: #1482e0;
}
.partner-us-details-content-info>ul:nth-child(2)>li:nth-child(3)>ul>li>p::before {
    content: '';
    display: inline-block;
    border: 5px solid transparent;
    border-top-color: transparent;
    border-right-color: #1482e0;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(180deg);
    margin-right: 3px;
}
.partner-us-details-content-info>ul:nth-child(2)>li:nth-child(3)>ul>li:nth-child(1){
    color: #888888;
}

